Value of an element of the grid data data grid.
The U coordinate of the surface.
The V coordinate of the surface.
When method returns, contains the Displacement Map value along the X axis.
When method returns, contains the Displacement Map value along the Z axis.
GetDataDisplacement Method (CylindroidDataSeries3D<TXZ,TY>)
Gets the displacement along the XZ axes in regards to Displacement Map data and UV coordinates.
Syntax
public override void GetDataDisplacement( 
   TXZ dataValue,
   double u,
   double v,
   out TXZ x,
   out TXZ z
)

Parameters

dataValue
Value of an element of the grid data data grid.
u
The U coordinate of the surface.
v
The V coordinate of the surface.
x
When method returns, contains the Displacement Map value along the X axis.
z
When method returns, contains the Displacement Map value along the Z axis.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also